結果 1 - 8 共 8
UnitTest++ is a lightweight unit testing framework for C++.
It was designed to do test-driven development on a wide variety of platforms. Simplicity, portability, speed, and small footprint are all very important aspects of UnitTest++.
Platform:Windows License:MIT/X Consortium license
Reference:https://unittest-cpp.sourceforge.net/
cfix 為針對 C/C++ 的 x 單元測試框架,專門提供給托管的 Window 開發環境(32/64 bit)。cfix 支援使用者模式與核心模式的單元測試。
平台: Windows; 原始碼授權類型: GNU LGPLv3
資料來源: https://www.cfix-testing.org/unit-testing-framework/windows/
CUT 是一個簡單直接的單元測試系統。與其他單元測試套件不同,它遵守 KISS 原則。它被設計來做 C 測試,而非設計來模擬 SUnit。
平台: OS Independent; 原始碼授權類型: zlib/libpng License
一個針對 C 設計的單元測試架構,採用 xUnit 樣式的單元測試。適用於 Test Driven 的開發方式,可以簡易的移植到各平台上。
平台: 跨平台; 原始碼授權類型: MIT license
RCUNIT 是一個可靠的 C 單元測試架構,它只需要一個 符合 ANSI 標準的 C 編譯器。RCUNIT 是可簡易移植的單元測試工具。
平台: Cross-platform; 原始碼授權類型: GNU GPL
Google 的 C++ 測試架構可以在許多不同的平台上執行(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian),它是一個基於 xUnit 結構並包含完整功能的測試工具。
平台: 跨平台; 原始碼授權類型: New BSD License